home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue33 / dbexustr / DBExUsTr.Zip / install.txt < prev    next >
Encoding:
Text File  |  1997-12-26  |  2.7 KB  |  66 lines

  1. Getting Started :
  2. ----------------
  3.  
  4. UNZIP the archive (eg: DBEXUS32.ZIP) to a directory temporally.
  5. Create a directory to hold this component and any others that you will 
  6. install in the future. (eg: C:\DELPHI\COMPONEN) It is easier to put new 
  7. components in a separate directory since you can update them easily and 
  8. if there is a new release of DELPHI it will not effect 
  9. your component directory.
  10.  
  11. Installation of the HLP and KWF files:
  12. -------------------------------------
  13.  
  14. ╖Exit DELPHI is you are running it, as you can not install the KWF file 
  15.  while delphi is running.
  16.  
  17. ╖Move or copy help file (e.g.: DBEXPORT.HLP) to your Delphi Bin directory 
  18.  (suggest C:\DELPHI\BIN), it only really needs to be somewhere on the path, 
  19.  but the DELPHI bin directory is a good place.
  20.  
  21. ╖Delphi has a program to add our help index to Delphis help index. 
  22.  What this does is allow you to search for both delphi commands and the 
  23.  commands and properties of the component you want to install. 
  24.  This program is called HELPINST and is found in the DELPHI\HELP sub 
  25.  directory. Copy the keyword file (DBEXPORT.KWF) to the delphi help directory.   
  26.  
  27. ╖Change the current directory to the Delphi Help directory 
  28.  (e.g.: CD C:\DELPHI\HELP)
  29.  
  30. ╖Run the HELPINST program and load the DELPHI.HDX file from the DELPHI\BIN 
  31.  directory.
  32.  
  33. ╖Add the .KWF file (e.g.: DBEXPORT.KWF) to the list of indexs.
  34.  
  35. ╖Save the new index file and then exit the HelpInst program.
  36.  
  37. Installation of the DCU, DCR, FRM, AND TXT  files:
  38. -------------------------------------------------
  39.  
  40. We next must add the component to the Delphi VCL Library 
  41. Copy the DCU, DCR, FRM, and TXT files to the directory that you made for 
  42. the components. (e.g.:  C:\DELPHI\COMPONEN)
  43.  
  44. Load delphi and selected the Options menu Item, and then selected the 
  45. Install Components option. 
  46.  
  47. ╖Add the directory where you have installed the components to the search 
  48.  path directory. All components that get installed must be in this search 
  49.  path. 
  50.  
  51. ╖Click the add button and then the browse button to navigate to the 
  52.  directory where you copied the .DCU file (e.g.: C:\DELPHI\COMPONEN) 
  53.  
  54. ╖Select the List Files Of Type and select Unit File *.DCU, you should then 
  55.  see the DCU file that you copied to the directory. Select the file 
  56.  DBEXPORT.DCU and clic OK, you will be returned to the Install Components 
  57.  dialog box.
  58.  
  59. ╖Click on the OK button and the VCL library will be re-built. 
  60.  
  61. ╖You will notice on your VCL Palette bar in DELPHI that there is now a 
  62.  new tab called DB DIALOGS, in side here will be an icon to represent the 
  63.  component you just installed.
  64.  
  65. - load the test.dpr project to test your component. enjoy!
  66.